const runtime._Pgcstop
11 uses
runtime (current package)
proc.go#L1658: gp.m.p.ptr().status = _Pgcstop // Pgcstop is only diagnostic.
proc.go#L1665: if s == _Psyscall && atomic.Cas(&pp.status, s, _Pgcstop) {
proc.go#L1685: pp.status = _Pgcstop
proc.go#L1722: if pp.status != _Pgcstop {
proc.go#L3164: pp.status = _Pgcstop
proc.go#L3317: pp.status = _Pgcstop
proc.go#L4687: if sched.stopwait > 0 && atomic.Cas(&pp.status, _Psyscall, _Pgcstop) {
proc.go#L5752: pp.status = _Pgcstop
runtime2.go#L150: _Pgcstop
tracestatus.go#L56: case _Pidle, _Pgcstop:
tracestatus.go#L58: if pp.status == _Pgcstop && inSTW {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)